home *** CD-ROM | disk | FTP | other *** search
- REM dial.sbp for use with SuperBase's DML
- REM
- REM Dials phonenumbers using right speaker
- REM
- REM replace 'databasename' with the name of your database.
- REM PhoneNumber is the field with the phonenumber in it - if it is a string
- REM replace x$ = str$.... with x$=Phonenumber.databasename.
- REM
- REM 7 is the number of digits in the phone number. E.g 3415944.
-
- x$ = STR$(Phonenumber.databasename,7,0)
- y$ = "CALL ~c:dial >NIL: <NIL: -nls1" + x$ + "~"
-
- REM -nls1 = speed dial and no letter recognition
-
- EXECUTE y$
-